.video-background
{
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    height: 75%;
}

.footer p { 
    color: #fff;
}

.py-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.glide div[data-glide-el="controls"] .slider-btn {
    font-size: 20px;
    padding: 15px;
    background-color: rgba(0,0,0,.7);
}

.glide div[data-glide-el="controls"] .slider-btn-next {
  border-radius: 10px 0 0 10px;
}
.glide div[data-glide-el="controls"] .slider-btn-prev {
  border-radius: 0 10px 10px 0;
}
.no-image-title .card-header {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
}.glide div[data-glide-el="controls"] .slider-btn {
    font-size: 20px;
    padding: 15px;
    background-color: rgba(0,0,0,.7);
}

.glide div[data-glide-el="controls"] .slider-btn-next {
  border-radius: 10px 0 0 10px;
}
.glide div[data-glide-el="controls"] .slider-btn-prev {
  border-radius: 0 10px 10px 0;
}
.no-image-title .card-header {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.no-white-bg .card, 
.no-white-bg .bg-white {
    background: none !important;
    border: none;
    box-shadow: none !important;
}
.no-white-bg .text-muted {
    color: #fff !important;
}
.no-white-bg .shadow-sm {
    box-shadow: none !important;
}
.advertisements .img-fluid {border-radius: 6px;}


.asset-description {
    white-space: normal; /* Zorgt ervoor dat de tekst kan doorlopen */
    overflow: visible; /* Voorkomt dat de tekst wordt afgesneden */
    z-index: 10; /* Voeg eventueel de z-index toe */
    position: relative;
    height: auto; /* Pas de hoogte aan om de tekst te laten passen */
    color: #fff;
}
footer .card {
    background:
        /* bovenkant fade */
        linear-gradient(
            to bottom,
            rgba(3, 13, 36, 1) 0%,
            rgba(3, 13, 36, 0) 7%
        ),
        /* onderkant fade */
        linear-gradient(
            to top,
            rgba(3, 13, 36, 1) 0%,
            rgba(3, 13, 36, 0) 7%
        ),
        /* jouw originele footer-gradient */
          linear-gradient(90deg, #05122C 0%, #040F27 100%) !important;
}

}

.navbar-nav li.nav-item a {
    color: #002c5a;
    font-weight: bolder;
    letter-spacing: 2px;

}

.navbar, .navbar-nav:first-child {
    background: #030D24 !important;
}


.footer, .card 
{
    border-top-style: solid;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    color: #fff;
}

.card p a, tr {
    color: #fff !important;
}

.text-light {
    color: #fff !important;
}

footer .copyright_text
{
    color: #fff;
}

.btn-revoke
{
    background-color: #218ED6 !important;
    border-color: #218ED6 !important;
}

.card {
    color: #dddddd !important;
}




.btn-purchase:hover
{
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
    margin: -8px;
    color: white;
    background-color: #E62F29;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #228ED6;
    color: white;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
}

.card-header {
    border-radius: 50%;
    height: 4rem;
    background-color: #030d24 !important;
    color: #000 !important;
}

.bg-body {
    background-color: #228ED6 !important;
}

.dropdown-item {
    color: #000;
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    border: 0;
}

.video-background .shadow{
    box-shadow: none !important;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: white;
}

.video-chat, .video-player {
    min-height: 0px;
}

@media (max-width: 767px) {
    .navbar-nav {
        background: #ffffff00;
    }
    
    .video-background .shadow {
        box-shadow:none !important ;
    }

.card .card-body,
.card .card-body * {
    color: #ffffff !important;
}

.mb-5 {
    margin-bottom: 0rem !important;
}


